home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0004-Why does {ObjApp} v-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-02  |  1.1 KB  |  39 lines  |  [TEXT/GEOL]

  1. Item    8718117                         2-Oct-89        12:25
  2.  
  3. From:   D2086                           Efficient Field Svc, C Faith,PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.         MACDTS                          Macintosh Developer Tech. Supt.
  7.  
  8. Sub:    Why does {ObjApp} vanish?
  9.  
  10. This is a question that has been plagueing me since I converted to 2.0B9:
  11.  
  12. Why do the variables of the MABUILD.Script disappear after it is run, even
  13. those that are exported?
  14.  
  15. I am trying to access the variables {ObjApp} and {SrcApp} which are set in the
  16. script and exported.  If I put these lines at the end of the MABuild.script
  17. file I get correct values to the screen when it is run:
  18.  
  19. echo source is at {SrcApp}
  20. echo object files are at {ObjApp}
  21. EXPORT ObjApp
  22. EXPORT SrcApp
  23.  
  24. As soon as the script is finished the values are gone.
  25.  
  26. executing the lines:
  27.  
  28. echo source is at {SrcApp}
  29. echo object files are at {ObjApp}
  30.  
  31. right after the script is over results in no value for either variable.
  32.  
  33. Why do they disappear despite the EXPORT's?
  34.  
  35. How can I get these out?
  36.  
  37. Curtis Faith
  38.  
  39.